Skip to content

Scala 2.11.4 #243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 31, 2014
Merged

Scala 2.11.4 #243

merged 3 commits into from
Oct 31, 2014

Conversation

adriaanm
Copy link
Contributor

rework of #242 (squashed original state, one follow-up commit)

gkossakowski and others added 2 commits October 31, 2014 09:16
Addressed review feedback.

To be squashed.

Update the download link of Typesafe Activator to the latest version.

Fix link to IDE release.

Shorten link to Maven Search.
@adriaanm
Copy link
Contributor Author

ping @gkossakowski and @lrytz

/cc @sjrd

@lrytz
Copy link
Member

lrytz commented Oct 31, 2014

LGTM!

scalaversion: "2.11.2"
devscalaversion: 2.11.2"
scalaversion: "2.11.4"
devscalaversion: 2.11.4"
# scala_maindownload_unix: "/files/archive/scala-2.11.2.tgz"
# scala_maindownload_windows: "/files/archive/scala-2.11.2.msi"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either delete these lines for good, or update the version numbers. Probably deleting them is better.

@sjrd
Copy link
Member

sjrd commented Oct 31, 2014

That's all for me.

@adriaanm
Copy link
Contributor Author

Thanks, done.

@gkossakowski
Copy link
Contributor

LGTM!

Thanks for putting the finishing touches! Merging now.

gkossakowski added a commit that referenced this pull request Oct 31, 2014
@gkossakowski gkossakowski merged commit 19dfd2f into scala:master Oct 31, 2014
@gkossakowski gkossakowski changed the title 2.11.4 Scala 2.11.4 Oct 31, 2014
gkossakowski added a commit to gkossakowski/make-release-notes that referenced this pull request Oct 31, 2014
@gkossakowski
Copy link
Contributor

@sjrd, is new build of the website triggered automatically?

@lrytz
Copy link
Member

lrytz commented Oct 31, 2014

@grek yes: https://scala-webapps.epfl.ch/jenkins/view/All/job/scala-lang.org-builder/
but the last build failed. maybe it's because of the server upgrade that fabien did receently? i'm on the road, cannot check right now..

@gkossakowski
Copy link
Contributor

Failed due to Java version mismatch:

Caused by: java.lang.ClassFormatError: Failed to load javax.servlet.ServletException
    at hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:324)
    at hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:244)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.sanitize(CliGitAPIImpl.java:529)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.revParse(CliGitAPIImpl.java:489)
    at hudson.plugins.git.GitAPI.revParse(GitAPI.java:257)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:622)
    at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:300)
    at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:281)
    at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:240)
    at hudson.remoting.UserRequest.perform(UserRequest.java:118)
    at hudson.remoting.UserRequest.perform(UserRequest.java:48)
    at hudson.remoting.Request$2.run(Request.java:328)
    at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:701)
Caused by: java.lang.UnsupportedClassVersionError: javax/servlet/ServletException : Unsupported major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:643)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:489)
    at hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:322)
    ... 22 more

@lrytz
Copy link
Member

lrytz commented Oct 31, 2014

cc @fsalvi

@fsalvi
Copy link
Contributor

fsalvi commented Oct 31, 2014

I'm working on it...

@fsalvi
Copy link
Contributor

fsalvi commented Oct 31, 2014

Ok, fixed. The jenkins slave on the web server was running a very old version of java (1.6.0_16 !). I launched the build. The website is now up-to-date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants